Pin runners for glibc compatibility#18
Merged
Merged
Conversation
8db6b58 to
de2610e
Compare
Contributor
Author
|
Bumped packages to address
|
ebourgeois
reviewed
Apr 17, 2026
| artifact_name: 5spot-linux-amd64 | ||
| binary_name: 5spot | ||
| - name: Linux ARM64 | ||
| runner: ubuntu-24.04-arm |
Collaborator
There was a problem hiding this comment.
I would rather use 24, not go back to 22
de2610e to
ea0f7e5
Compare
Signed-off-by: Daniel Guns <danbguns@gmail.com>
ea0f7e5 to
bddc84c
Compare
ebourgeois
approved these changes
Apr 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Daniel Guns danbguns@gmail.com
Pins the build runners to ubuntu-22.04 / ubuntu-22.04-arm (glibc 2.35), which is forward-compatible with Debian 12's glibc 2.36.
Fixes #17.
Longer term, worth looking at building with musl (x86_64-unknown-linux-musl) — that would give us a fully static binary with no glibc dependency at all. There are some tradeoffs in binary size, but might be a little more robust? I did the same thing with flux9s to avoid this issue.